Altimeter

interface Altimeter : Instrument

Instrument that informs about the drone current altitude and vertical speed.

This instrument can be obtained from a drone using: drone.getInstrument(Altimeter::class.java)

See also

Drone.getInstrument

Types

Link copied to clipboard
interface TerrainData

Terrain data.

Properties

Link copied to clipboard
abstract val absoluteAltitude: Double?

Current absolute altitude of the drone, i.e. relative to sea-level.

Link copied to clipboard

Current altitude of the drone, relative to the ground.

Link copied to clipboard

Current altitude of the drone, relative to the take off altitude

Link copied to clipboard

Current terrain data.

Link copied to clipboard
abstract val verticalSpeed: Double?

Current vertical speed of the drone